Fix some entries.
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 23 Oct 2004 21:49:47 +0000 (21:49 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 23 Oct 2004 21:49:47 +0000 (21:49 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
NEWS

index 53282cc6447d16be72300a8769cd58197c07c9f7..4640ec6460098859cbca4a9e94ded89b2127f656 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1206,7 +1206,7 @@ Thu Aug 26 23:58:11 2004  Matthias Clasen  <maclas@gmx.de>
 Thu Aug 26 22:44:12 2004  Matthias Clasen  <maclas@gmx.de>
 
        Provide information about how an adjustment change in a range 
-       widget happened. Add a "slider-moved" signal which reports how 
+       widget happened. Add a "change-value" signal which reports how 
        a user is interacting with the range, whether they are clicking 
        on a stepper or the trough, or dragging the slider.  (#133263,
        Thomas Fitzsimmons)
index 53282cc6447d16be72300a8769cd58197c07c9f7..4640ec6460098859cbca4a9e94ded89b2127f656 100644 (file)
@@ -1206,7 +1206,7 @@ Thu Aug 26 23:58:11 2004  Matthias Clasen  <maclas@gmx.de>
 Thu Aug 26 22:44:12 2004  Matthias Clasen  <maclas@gmx.de>
 
        Provide information about how an adjustment change in a range 
-       widget happened. Add a "slider-moved" signal which reports how 
+       widget happened. Add a "change-value" signal which reports how 
        a user is interacting with the range, whether they are clicking 
        on a stepper or the trough, or dragging the slider.  (#133263,
        Thomas Fitzsimmons)
index 53282cc6447d16be72300a8769cd58197c07c9f7..4640ec6460098859cbca4a9e94ded89b2127f656 100644 (file)
@@ -1206,7 +1206,7 @@ Thu Aug 26 23:58:11 2004  Matthias Clasen  <maclas@gmx.de>
 Thu Aug 26 22:44:12 2004  Matthias Clasen  <maclas@gmx.de>
 
        Provide information about how an adjustment change in a range 
-       widget happened. Add a "slider-moved" signal which reports how 
+       widget happened. Add a "change-value" signal which reports how 
        a user is interacting with the range, whether they are clicking 
        on a stepper or the trough, or dragging the slider.  (#133263,
        Thomas Fitzsimmons)
index 53282cc6447d16be72300a8769cd58197c07c9f7..4640ec6460098859cbca4a9e94ded89b2127f656 100644 (file)
@@ -1206,7 +1206,7 @@ Thu Aug 26 23:58:11 2004  Matthias Clasen  <maclas@gmx.de>
 Thu Aug 26 22:44:12 2004  Matthias Clasen  <maclas@gmx.de>
 
        Provide information about how an adjustment change in a range 
-       widget happened. Add a "slider-moved" signal which reports how 
+       widget happened. Add a "change-value" signal which reports how 
        a user is interacting with the range, whether they are clicking 
        on a stepper or the trough, or dragging the slider.  (#133263,
        Thomas Fitzsimmons)
diff --git a/NEWS b/NEWS
index d67310b05a17d19c757c5f0433267029f1835487..737504e66d56a0e2f3496fcff887ef826021dc29 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -47,7 +47,7 @@ Overview of Changes from GTK+ 2.5.2 to GTK+ 2.5.3
 * GtkTreeView
  - Allow sorting of tree models to be turned off [Torsten Schoenfeld]
 * GtkRange
- - Add a::slider-moved signal [Thomas Fitzsimmons]
+ - Add a::change-value signal [Thomas Fitzsimmons]
 * GtkEntryCompletion
  - Improve positioning of popups [Matthias]
 * Make input methods respect editability [Noah Levitt]